home *** CD-ROM | disk | FTP | other *** search
- ; APrint (V3.2) Installerscript (c) by PackMAN 29.09.96
-
- (set #notV37
- (cat "APrint needs OS2.x (V37.175) or higher..."))
-
- (set #msg
- (cat "\n\n"
- " > APrint V3.2 < Installer script.\n\n"
- "APrint © 1993-1996 Falk Zühlsdorff\n"
- "All rights reserved."))
-
- (set #0
- (cat "Select Drawer..."))
-
- ;=============================================================================
- ; OS2 ?
-
- (if (< (/ (getversion) 65536) 37)
- (
- (abort #notV37)
- ))
-
- ;=============================================================================
-
- (message #msg)
- (welcome)
-
- (set name
- (askdir
- (prompt "\n" #0)
- (help @askdir-help)
- (default "SYS:")
- )
- )
- (copyfiles
- (prompt "APrint V3.2")
- (source "")
- (help "...")
- (dest (tackon name "APrint"))
- (pattern "~(Libs|Install_Eng|Installiere_Dt|APrint.Dt.guide|Install_Eng.info|Installiere_Dt.info|APrint.Dt.guide.info)")
- (infos)
- (confirm)
- )
-
- (TOOLTYPE (DEST (tackon name "APrint/APrint"))
- (SETTOOLTYPE "GERMAN" "NO")
- )
-
- (copylib
- (prompt "Install Reqtools.library ?")
- (help @copyfiles-help)
- (source "Libs/reqtools.library")
- (dest "Libs:")
- (safe)
- (confirm)
- )
-
- (copylib
- (prompt "Install XPKMaster.library ?")
- (help @copyfiles-help)
- (source "Libs/xpkmaster.library")
- (dest "Libs:")
- (safe)
- (confirm)
- )
-
- (copylib
- (prompt "Install Libs:compressors/xpkENCO.libary ?")
- (help @copyfiles-help)
- (source "Libs/compressors/xpkENCO.library")
- (dest "Libs:compressors/")
- (safe)
- (confirm)
- )
-